diff --git a/.attica.metadata b/.attica.metadata new file mode 100644 index 0000000..1e2558a --- /dev/null +++ b/.attica.metadata @@ -0,0 +1 @@ +f4962636ec9282c32c4ceaec0c85f92ca5102b60 SOURCES/attica-0.4.1.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/attica.spec b/SPECS/attica.spec new file mode 100644 index 0000000..b8c76ed --- /dev/null +++ b/SPECS/attica.spec @@ -0,0 +1,122 @@ + +Name: attica +Version: 0.4.1 +Release: 2%{?dist} +Summary: Implementation of the Open Collaboration Services API + +Group: Development/Libraries +License: LGPLv2+ +URL: http://www.kde.org +Source0: http://download.kde.org/stable/attica/attica-%{version}.tar.bz2 + +BuildRequires: cmake +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} +Group: Development/Libraries +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 +* 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 +