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