rpms/attica/devel attica.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter rdieter at fedoraproject.org
Wed Dec 9 21:11:14 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/attica/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27028/devel

Modified Files:
	.cvsignore sources 
Added Files:
	attica.spec import.log 
Log Message:
import



--- NEW FILE attica.spec ---
Name:           attica
Version:        0.1.0
Release:        2%{?dist}
Summary:        Implementation of the Open Collaboration Services API

Group:          Development/Libraries
License:        LGPLv2+
URL:            http://www.kde.org
#Source0:CMD svn export svn://anonsvn.kde.org/home/kde/tags/attica/%{version} attica-%{version}
#Source0:CMD tar cjf %{_sourcedir}/attica-%{version}.tar.bz2 attica-%{version}
#Source0:CMD rm -rf attica-%{version}
Source0:        attica-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake
BuildRequires:  qt-devel
BuildRequires:  openssl-devel

%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} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake} ..
popd

make %{?_smp_mflags} -C %{_target_platform}


%install
rm -rf %{buildroot}
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
find %{buildroot} -name '*.la' -exec rm -f {} ';'


%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc COPYING README
%{_libdir}/*.so.*


%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libattica.pc


%changelog
* Mon Dec  7 2009 Lorenzo Villani <lvillani at binaryhelix.net> - 0.1.0-2
- Out of sourcetree build
- Use make install/fast

* Sat Dec 5 2009 lvillani <lvillani at enterprise.binaryhelix.net> 0.1.0-1
- Initial release



--- NEW FILE import.log ---
attica-0_1_0-2_fc12:HEAD:attica-0.1.0-2.fc12.src.rpm:1260393022


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/attica/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Dec 2009 17:43:42 -0000	1.1
+++ .cvsignore	9 Dec 2009 21:11:14 -0000	1.2
@@ -0,0 +1 @@
+attica-0.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/attica/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Dec 2009 17:43:42 -0000	1.1
+++ sources	9 Dec 2009 21:11:14 -0000	1.2
@@ -0,0 +1 @@
+acaac9eece214f5dc82c98510dbb0ade  attica-0.1.0.tar.bz2




More information about the scm-commits mailing list