Blame SPECS/attica.spec

afc1f5
afc1f5
Name:           attica
108bae
Version:        0.4.2
108bae
Release:        1%{?dist}
afc1f5
Summary:        Implementation of the Open Collaboration Services API
afc1f5
afc1f5
License:        LGPLv2+
afc1f5
URL:            http://www.kde.org
afc1f5
Source0:        http://download.kde.org/stable/attica/attica-%{version}.tar.bz2
afc1f5
108bae
BuildRequires:  cmake >= 2.8
afc1f5
BuildRequires:  pkgconfig(QtNetwork) >= 4.7
afc1f5
afc1f5
%description
afc1f5
Attica is a Qt library that implements the Open Collaboration Services
afc1f5
API version 1.4.
afc1f5
afc1f5
%package        devel
afc1f5
Summary:        Development files for %{name}
afc1f5
Requires:       %{name}%{?_isa} = %{version}-%{release}
afc1f5
%description    devel
afc1f5
%{summary}.
afc1f5
afc1f5
afc1f5
%prep
afc1f5
%setup -q
afc1f5
afc1f5
afc1f5
%build
afc1f5
mkdir -p %{_target_platform}
afc1f5
pushd %{_target_platform}
afc1f5
%{cmake} ..
afc1f5
popd
afc1f5
afc1f5
make %{?_smp_mflags} -C %{_target_platform}
afc1f5
afc1f5
afc1f5
%install
afc1f5
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
afc1f5
afc1f5
afc1f5
%check
afc1f5
# verify pkg-config sanitry/version
afc1f5
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
afc1f5
test "$(pkg-config --modversion libattica)" = "%{version}"
afc1f5
afc1f5
afc1f5
%post -p /sbin/ldconfig
afc1f5
%postun -p /sbin/ldconfig
afc1f5
afc1f5
%files
afc1f5
%doc AUTHORS COPYING README
afc1f5
%doc ChangeLog
afc1f5
%{_libdir}/libattica.so.0.4*
afc1f5
afc1f5
%files devel
afc1f5
%{_includedir}/attica/
afc1f5
%{_libdir}/libattica.so
afc1f5
%{_libdir}/pkgconfig/libattica.pc
afc1f5
afc1f5
afc1f5
%changelog
108bae
* Mon May 25 2015 Jan Grulich <jgrulich@redhat.com> - 0.4.2-1
108bae
- Re-base to 0.4.2 (sync with F21)
108bae
9ed733
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.4.1-4
9ed733
- Mass rebuild 2014-01-24
9ed733
9ed733
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.4.1-3
9ed733
- Mass rebuild 2013-12-27
9ed733
afc1f5
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
afc1f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
afc1f5
afc1f5
* Mon Jan 07 2013 Rex Dieter <rdieter@fedoraproject.org> 0.4.1-1
afc1f5
- 0.4.1
afc1f5
afc1f5
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
afc1f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
afc1f5
afc1f5
* Wed Jun 20 2012 Rex Dieter <rdieter@fedoraproject.org> 0.4.0-1
afc1f5
- 0.4.0
afc1f5
afc1f5
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
afc1f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
afc1f5
afc1f5
* Sat Dec 31 2011 Rex Dieter <rdieter@fedoraproject.org> 0.3.0-2
afc1f5
- update %%files for non-standard soname
afc1f5
afc1f5
* Fri Dec 30 2011 Rex Dieter <rdieter@fedoraproject.org> 0.3.0-1
afc1f5
- 0.3.0
afc1f5
afc1f5
* Tue Nov 15 2011 Rex Dieter <rdieter@fedoraproject.org> 0.2.9-1
afc1f5
- 0.2.9
afc1f5
afc1f5
* Sat Feb 26 2011 Rex Dieter <rdieter@fedoraproject.org> 0.2.0-1
afc1f5
- attica-0.2.0
afc1f5
afc1f5
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.91-2
afc1f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
afc1f5
afc1f5
* Sat Nov 20 2010 Rex Dieter <rdieter@fedoraproject.org> -  0.1.91-1
afc1f5
- attica-0.1.91
afc1f5
afc1f5
* Tue May 18 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.1.4-1
afc1f5
- attica-0.1.4
afc1f5
afc1f5
* Wed Apr 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.1.3-1
afc1f5
- attica-0.1.3
afc1f5
afc1f5
* Thu Jan 14 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.1.2-1
afc1f5
- attica-0.1.2
afc1f5
- patch Version in libattica.pc
afc1f5
- %%build: %%_cmake_skip_rpath 
afc1f5
afc1f5
* Fri Dec 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-1
afc1f5
- attica-0.1.1
afc1f5
afc1f5
* Wed Dec  9 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.0-3
afc1f5
- upstream tarball
afc1f5
- %files: tighten up a bit, track sonames
afc1f5
afc1f5
* Mon Dec  7 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.1.0-2
afc1f5
- Out of sourcetree build
afc1f5
- Use make install/fast
afc1f5
afc1f5
* Sat Dec 5 2009 lvillani <lvillani@enterprise.binaryhelix.net> 0.1.0-1
afc1f5
- Initial release
afc1f5