rpms/libXcm/F-13 import.log, NONE, 1.1 libXcm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Chauvet kwizart at fedoraproject.org
Mon Jul 19 12:51:19 UTC 2010


Author: kwizart

Update of /cvs/pkgs/rpms/libXcm/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29521/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libXcm.spec 
Log Message:
Initial import for F-13



--- NEW FILE import.log ---
libXcm-0_2_6-2_fc13:F-13:libXcm-0.2.6-2.fc13.src.rpm:1279543201


--- NEW FILE libXcm.spec ---
Name:           libXcm
Version:        0.2.6
Release:        2%{?dist}
Summary:        X Color Management Library

Group:          System Environment/Libraries
License:        MIT
URL:            http://www.oyranos.org
Source0:        http://downloads.sourceforge.net/oyranos/libXcm-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  doxygen
BuildRequires:  graphviz
BuildRequires:  libXfixes-devel
BuildRequires:  xorg-x11-proto-devel
BuildRequires:  xorg-x11-xtrans-devel


%description
The libXcm library is a reference implementation of the net-color spec.
It allows to attach color regions to X windows to communicate with color
servers.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       libX11-devel
Requires:       xorg-x11-proto-devel

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


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

#Remove installed doc
rm -rf $RPM_BUILD_ROOT%{_docdir}

#Fix timestamp to prevent multilibs conflict
touch -r ChangeLog doc/html/*


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


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

%files devel
%defattr(-,root,root,-)
%doc docs/net-color-spec
%doc doc/html
%{_includedir}/X11/Xcm.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/xcm.pc
%{_mandir}/man3/*.3.*
#Disable erroneous man page.
%exclude %{_mandir}/man3/Xcm.3x.gz


%changelog
* Fri Jul 16 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.2.6-2
- Fix X11 directory ownership for header.
- Improve description

* Wed Jul 14 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.2.6-1
- Initial spec file



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libXcm/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Jul 2010 17:49:32 -0000	1.1
+++ .cvsignore	19 Jul 2010 12:51:14 -0000	1.2
@@ -0,0 +1 @@
+libXcm-0.2.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libXcm/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Jul 2010 17:49:32 -0000	1.1
+++ sources	19 Jul 2010 12:51:18 -0000	1.2
@@ -0,0 +1 @@
+96c1ee0c4f7f95dc448a0eb69b3929ae  libXcm-0.2.6.tar.gz



More information about the scm-commits mailing list