rpms/xvidcore/F-10 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xvidcore.spec, 1.1, 1.2 xvidcore-noexecstack.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/xvidcore/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30344
Modified Files:
.cvsignore sources xvidcore.spec
Removed Files:
xvidcore-noexecstack.patch
Log Message:
- 1.2.1 (bug #263)
- drop upstreamed noexec stack patch
- BR recent nasm instead of yasm
- licence seems to be just GPLv2+
- move TODO from main to -devel doc
- update summary and description
- small spec file fixes
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xvidcore/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Aug 2008 15:23:52 -0000 1.2
+++ .cvsignore 28 Jan 2009 19:53:38 -0000 1.3
@@ -1 +1 @@
-xvidcore-1.1.3.tar.bz2
+xvidcore-1.2.1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xvidcore/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 3 Aug 2008 15:23:52 -0000 1.2
+++ sources 28 Jan 2009 19:53:38 -0000 1.3
@@ -1 +1 @@
-29c60d4d991ac18f687a8fd13cfe64b7 xvidcore-1.1.3.tar.bz2
+8c4470ae8e5a104abedb39f6c70e2a40 xvidcore-1.2.1.tar.bz2
Index: xvidcore.spec
===================================================================
RCS file: /cvs/free/rpms/xvidcore/F-10/xvidcore.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xvidcore.spec 3 Aug 2008 15:23:52 -0000 1.1
+++ xvidcore.spec 28 Jan 2009 19:53:38 -0000 1.2
@@ -1,38 +1,41 @@
Name: xvidcore
-Version: 1.1.3
-Release: 4%{?dist}
-Summary: Free reimplementation of the OpenDivX video codec
+Version: 1.2.1
+Release: 1%{?dist}
+Summary: MPEG-4 Simple and Advanced Simple Profile codec
Group: System Environment/Libraries
-License: XVID (GPL with specific restrictions)
+License: GPLv2+
URL: http://www.xvid.org/
Source0: http://downloads.xvid.org/downloads/xvidcore-%{version}.tar.bz2
-Patch0: %{name}-noexecstack.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%ifarch %{ix86} x86_64
-BuildRequires: yasm
+BuildRequires: nasm >= 2.0
%endif
%description
-Free reimplementation of the OpenDivX video codec. You can play OpenDivX
-and DivX4 videos with it, as well as encode compatible files.
+The Xvid video codec implements MPEG-4 Simple Profile and Advanced Simple
+Profile standards. It permits compressing and decompressing digital video
+in order to reduce the required bandwidth of video data for transmission
+over computer networks or efficient storage on CDs or DVDs. Due to its
+unrivalled quality Xvid has gained great popularity and is used in many
+other GPLed applications, like e.g. Transcode, MEncoder, MPlayer, Xine and
+many more.
%package devel
-Summary: Development files for the XviD video codec
+Summary: Development files for the Xvid video codec
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This package contains header files, static library and API
-documentation for the XviD video codec.
+documentation for the Xvid video codec.
%prep
-%setup -q
-%patch0 -p1 -b .noexec
+%setup -q -n %{name}
chmod -x examples/*.pl
-f=AUTHORS ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f ; mv $f.utf8 $f
+f=AUTHORS ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f && touch -r $f $f.utf8 && mv $f.utf8 $f
# Yes, we want to see the build output.
%{__perl} -pi -e 's/^\t@(?!echo\b)/\t/' build/generic/Makefile
@@ -48,7 +51,7 @@
%install
rm -rf $RPM_BUILD_ROOT
make -C build/generic install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/libxvidcore.a
+rm $RPM_BUILD_ROOT%{_libdir}/libxvidcore.a
cd $RPM_BUILD_ROOT%{_libdir}
chmod 755 libxvidcore.so*
/sbin/ldconfig -n .
@@ -67,17 +70,30 @@
%files
%defattr(-,root,root,-)
-%doc LICENSE README AUTHORS ChangeLog TODO
+%doc LICENSE README AUTHORS ChangeLog
%{_libdir}/libxvidcore.so.*
%files devel
%defattr(-,root,root,-)
-%doc CodingStyle examples/
+%doc CodingStyle TODO examples/
%{_includedir}/xvid.h
%{_libdir}/libxvidcore.so
%changelog
+* Sat Dec 20 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.2.1-1
+- 1.2.1
+- drop upstreamed compilation fix
+
+* Wed Dec 03 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.2.0-1
+- 1.2.0
+- drop upstreamed noexec stack patch
+- BR recent nasm instead of yasm
+- licence seems to be just GPLv2+
+- move TODO from main to -devel doc
+- update summary and description
+- small spec file fixes
+
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1.3-4
- rebuild
--- xvidcore-noexecstack.patch DELETED ---
15 years, 10 months
rpms/open-vm-tools-kmod/devel .cvsignore, 1.4, 1.5 open-vm-tools-kmod.spec, 1.17, 1.18 sources, 1.4, 1.5
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2791
Modified Files:
.cvsignore open-vm-tools-kmod.spec sources
Log Message:
Update to upstream build 142982
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 10 Jan 2009 13:33:46 -0000 1.4
+++ .cvsignore 28 Jan 2009 12:08:34 -0000 1.5
@@ -1 +1 @@
-open-vm-tools-2008.12.23-137496.tar.gz
+open-vm-tools-2009.01.21-142982.tar.gz
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/open-vm-tools-kmod.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- open-vm-tools-kmod.spec 25 Jan 2009 11:15:00 -0000 1.17
+++ open-vm-tools-kmod.spec 28 Jan 2009 12:08:34 -0000 1.18
@@ -6,13 +6,13 @@
%define buildforkernels newest
%define tname open-vm-tools
-%define builddate 2008.12.23
-%define buildver 137496
+%define builddate 2009.01.21
+%define buildver 142982
%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vmxnet3 vsock pvscsi
Name: open-vm-tools-kmod
Version: 0.0.0.%{buildver}
-Release: 2%{?dist}.2
+Release: 1%{?dist}
Summary: VMware Tools Kernel Modules
Group: System Environment/Kernel
License: GPLv2
@@ -75,6 +75,9 @@
%changelog
+* Wed Jan 28 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.142982-1
+- Update to upstream build 142982
+
* Sun Jan 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.0.137496-2.2
- rebuild for latest Fedora kernel;
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 10 Jan 2009 13:33:46 -0000 1.4
+++ sources 28 Jan 2009 12:08:34 -0000 1.5
@@ -1 +1 @@
-2c457c9bcee711140ec137a6829525eb open-vm-tools-2008.12.23-137496.tar.gz
+cecb6bc82be1fbad56998133ae89d5a3 open-vm-tools-2009.01.21-142982.tar.gz
15 years, 10 months
rpms/open-vm-tools/devel .cvsignore, 1.4, 1.5 open-vm-tools.spec, 1.3, 1.4 sources, 1.4, 1.5
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv859
Modified Files:
.cvsignore open-vm-tools.spec sources
Log Message:
Update to upstream build 142982. Bug fixes, support for more recent kernels
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 10 Jan 2009 11:01:08 -0000 1.4
+++ .cvsignore 28 Jan 2009 11:51:11 -0000 1.5
@@ -1 +1 @@
-open-vm-tools-2008.12.23-137496.tar.gz
+open-vm-tools-2009.01.21-142982.tar.gz
Index: open-vm-tools.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/open-vm-tools.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- open-vm-tools.spec 10 Jan 2009 11:01:08 -0000 1.3
+++ open-vm-tools.spec 28 Jan 2009 11:51:11 -0000 1.4
@@ -1,5 +1,5 @@
-%define builddate 2008.12.23
-%define buildver 137496
+%define builddate 2009.01.21
+%define buildver 142982
Name: open-vm-tools
Version: 0.0.0.%{buildver}
@@ -159,6 +159,10 @@
%changelog
+* Wed Jan 28 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.142982-1
+- Update to upstream build 142982
+- Bug fixes, support for more recent kernels
+
* Sat Jan 10 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.137496-1
- Update to upstream build 137496
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 10 Jan 2009 11:01:08 -0000 1.4
+++ sources 28 Jan 2009 11:51:11 -0000 1.5
@@ -1 +1 @@
-2c457c9bcee711140ec137a6829525eb open-vm-tools-2008.12.23-137496.tar.gz
+cecb6bc82be1fbad56998133ae89d5a3 open-vm-tools-2009.01.21-142982.tar.gz
15 years, 10 months
rpms/iscsitarget-kmod/F-10 iscsitarget-kmod.spec,1.15,1.16
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/iscsitarget-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21273
Modified Files:
iscsitarget-kmod.spec
Log Message:
* Wed Jan 28 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:0.4.15-41.svn147.14
- rebuild
Index: iscsitarget-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/iscsitarget-kmod/F-10/iscsitarget-kmod.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- iscsitarget-kmod.spec 24 Jan 2009 07:57:38 -0000 1.15
+++ iscsitarget-kmod.spec 28 Jan 2009 08:40:46 -0000 1.16
@@ -3,14 +3,14 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
# Release code won't build for newer kernels
%define patchlevel svn147
Name: iscsitarget-kmod
Version: 0.4.15
-Release: 41.%{patchlevel}%{?dist}.13
+Release: 41.%{patchlevel}%{?dist}.14
Epoch: 1
Summary: iscsitarget kernel modules
@@ -81,6 +81,9 @@
%changelog
+* Wed Jan 28 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:0.4.15-41.svn147.14
+- rebuild
+
* Sat Jan 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:0.4.15-41.svn147.13
- rebuild for latest Fedora kernel;
15 years, 10 months
rpms/blcr/devel blcr-init.patch, NONE, 1.1 blcr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Neal Becker
Author: nbecker
Update of /cvs/free/rpms/blcr/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17590/devel
Modified Files:
.cvsignore sources
Added Files:
blcr-init.patch blcr.spec
Log Message:
Init
blcr-init.patch:
--- NEW FILE blcr-init.patch ---
--- etc/blcr.rc~ 2008-12-18 09:40:03.000000000 -0500
+++ etc/blcr.rc 2008-12-18 09:42:29.000000000 -0500
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# chkconfig: 345 90 01
+# chkconfig: - 90 01
# description: Load and unload BLCR kernel modules
#
# $Id: blcr.rc,v 1.17 2008/06/03 05:25:54 phargrov Exp $
--- NEW FILE blcr.spec ---
Name: blcr
Version: 0.8.0
Release: 1%{?dist}
Summary: Berkeley Lab Checkpoint/Restart for Linux
Url: http://ftg.lbl.gov/checkpoint
Provides: %{name}-kmod-common = %{version}
# Are we installing the test-suite
%define build_testsuite 1
Group: System Environment/Base
License: GPLv2+
Source: http://ftg.lbl.gov/CheckpointRestart/downloads/%{name}-%{version}.tar.gz
# Patch0 is to prevent enabling service by default
Patch0: blcr-init.patch
# Patch1 is to remove -fno-stack-protector (provided by upstream)
# Patch1 requires running autoreconf
# Patch1: blcr-stackcheck.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
#BuildRequires: chrpath autoconf automake libtool
BuildRequires: chrpath
Requires: /sbin/chkconfig %{name}-kmod >= %{version}
#Generic i386 is NOT supported
ExclusiveArch: i486 x86_64 ppc ppc64 arm
%description
Berkeley Lab Checkpoint/Restart for Linux (BLCR)
This package implements system-level checkpointing of scientific applications
in a manner suitable for implementing preemption, migration and fault recovery
by a batch scheduler.
BLCR includes documented interfaces for a cooperating applications or
libraries to implement extensions to the checkpoint system, such as
consistent checkpointing of distributed MPI applications.
Using this package with an appropriate MPI implementation, the vast majority
of scientific applications which use MPI for communucation on Linux clusters
are checkpointable without any modifications to the application source code.
You must also install the %{name}-libs package and a %{name}-modules_* package
matching your kernel version.
%prep
%setup -q
%patch0 -p0
#%patch1 -p0
#patch1 modifies configure.ac, Makefile.am
#autoreconf --force --install
#remove some binary junk
rm -f tests/CountingApp.class
%build
# VPATH build required to ensure --enable-multilib will work
mkdir -p builddir
cd builddir
ln -s ../configure .
# Configure the thing
# Order arguments such that user's configure arguments can disable multilib, and
# enable the config-report, but doesn't clobber kernel version info from the
# rpmbuild command line
%configure \
--srcdir=.. \
--enable-testsuite \
--disable-config-report \
--with-installed-modules \
--enable-static \
# Now build it
# Doesn't work with _smp_mflags
make util libcr
%clean
rm -rf ${RPM_BUILD_ROOT}
%install
rm -rf ${RPM_BUILD_ROOT}
cd builddir
make install DESTDIR=${RPM_BUILD_ROOT}
# Install the init script
make -C etc install DESTDIR=${RPM_BUILD_ROOT}
# On some systems rpmbuild dislikes having an RPATH that points
# to a system directory. Some versions of libtool get this right
# on their own, while others don't.
# So, we try to clean it up here if we have chrpath.
if chrpath --version >& /dev/null; then
chrpath -d ${RPM_BUILD_ROOT}/%{_bindir}/cr_checkpoint
chrpath -d ${RPM_BUILD_ROOT}/%{_bindir}/cr_restart
%if %{build_testsuite}
list=`make -C tests --no-print-directory echoval VARNAME=testsexec_PROGRAMS`
( cd ${RPM_BUILD_ROOT}/%{_libexecdir}/blcr-testsuite && chrpath -d $list )
%endif
: # ensure non-empty body
fi
# kill .la files
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/libcr*.la
%post
if [ $1 = 1 ]; then
/sbin/chkconfig --add blcr
fi
exit 0
%preun
if [ $1 = 0 ]; then
/sbin/chkconfig --del blcr
fi
exit 0
%files
%defattr(-,root,root,-)
%doc util/license.txt
%doc COPYING
%doc NEWS
%doc doc/README
%doc doc/html
%doc %{_mandir}/man1/cr_checkpoint.1.gz
%doc %{_mandir}/man1/cr_restart.1.gz
%doc %{_mandir}/man1/cr_run.1.gz
%{_bindir}/cr_checkpoint
%{_bindir}/cr_restart
%{_bindir}/cr_run
%{_sysconfdir}/init.d/blcr
#
# Libs in a separate package
#
%package libs
Group: System Environment/Libraries
Summary: Libraries for Berkeley Lab Checkpoint/Restart for Linux
License: LGPLv2+
Requires: /sbin/ldconfig
%description libs
Runtime libraries for Berkeley Lab Checkpoint/Restart for Linux (BLCR)
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files libs
%defattr(-,root,root,-)
%doc libcr/license.txt
%doc COPYING.LIB
%doc NEWS
%{_libdir}/libcr*.so.0*
#
# Separate -devel package
#
%package devel
Requires: %{name}-libs = %{version}-%{release}
Group: Development/Libraries
Summary: Header and object files for Berkeley Lab Checkpoint/Restart for Linux
License: LGPLv2+
%description devel
Header and object files for Berkeley Lab Checkpoint/Restart for Linux
You must also install the %{name}-libs package.
%files devel
%defattr(-,root,root,-)
%doc libcr/license.txt
%doc COPYING.LIB
%doc README.devel
%{_includedir}/blcr_common.h
%{_includedir}/blcr_errcodes.h
%{_includedir}/blcr_ioctl.h
%{_includedir}/blcr_proc.h
%{_includedir}/libcr.h
# .so files
%{_libdir}/libcr.so
%{_libdir}/libcr_omit.so
%{_libdir}/libcr_run.so
%package static
Requires: %{name}-libs = %{version}-%{release}
Group: Development/Libraries
Summary: Static archive files for Berkeley Lab Checkpoint/Restart for Linux
License: LGPLv2+
%description static
Static archive object files for Berkeley Lab Checkpoint/Restart for Linux
You must also install the %{name}-libs package.
%files static
%defattr(-,root,root,-)
%doc libcr/license.txt
%doc COPYING.LIB
# .a files
%{_libdir}/libcr.a
%{_libdir}/libcr_run.a
%{_libdir}/libcr_omit.a
##
## testsuite as an additional package if configured in
##
%if %{build_testsuite}
%package testsuite
Group: System Environment/Base
Summary: Test suite for Berkeley Lab Checkpoint/Restart for Linux
License: GPLv2+
Requires: %{name} = %{version}
%description testsuite
This package includes tests for Berkeley Lab Checkpoint/Restart for Linux
%files testsuite
%defattr(-,root,root,-)
%doc tests/license.txt
%doc COPYING
%{_libexecdir}/blcr-testsuite
%endif
%changelog
* Fri Jan 16 2009 Neal Becker <ndbecker2(a)gmail.com> - 0.8.0-1
- Update to 0.8.0 release
* Tue Dec 23 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.8.0-0.2.b5
- Add README.devel to devel pkg
* Mon Dec 22 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.8.0-0.1.b5
- Change version/release to comply with packaging reqs
- BR libtool
- Get rid of build_shared, build_static
- BR automake
* Mon Dec 22 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.8.0_b5-4
- Add static package
- Force autoreconf (for patch1)
* Mon Dec 22 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.8.0_b5-3
- Test with patch to remove -fno-stack-protector
* Sun Dec 21 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.8.0_b5-2
- Dont install static libs
- Remove README.devel
- remove CountingApp.class
- Add dist tab
* Thu Dec 18 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.8.0_b5-1
- Remove 32-bit lib stuff
- Fix defattr
- Fix buildroot
- Remove paranoid check for i386 build
- Remove build_all_static
- Cleanup static/shared libs stuff.
- Update exclusivearch from upstream
- Fix up doc entries
* Mon Dec 1 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.8.0b1-1
- Update to 0.8.0b1
* Sun Nov 30 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.7.3-1
- Update to 0.7.3
* Fri Jun 13 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.7.0-1
- Update to 0.7.0
* Sat Mar 1 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.6.5-1
- Update to 0.6.5
- Kill .la files
* Sat Mar 1 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.6.4-4
- Add BR chrpath
* Sun Feb 3 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.6.4-4
- Fixed building debuginfo
* Sun Feb 3 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.6.4-3
- Add req %%{name}-kmod >= %%{version}
- Don't need to gzip man pages
- Don't strip on install
- Misc cleanups
* Sun Feb 3 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.6.4-2
- Full url for Source
* Tue Jan 29 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.6.4-1
- Various rpmlint fixes
* Mon Jan 28 2008 Neal Becker <ndbecker2(a)gmail.com> - 0.6.3-2
- Fix chkconfig to not autostart
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/blcr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 27 Jan 2009 18:14:50 -0000 1.1
+++ .cvsignore 27 Jan 2009 21:44:27 -0000 1.2
@@ -0,0 +1 @@
+blcr-0.8.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/blcr/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 27 Jan 2009 18:14:50 -0000 1.1
+++ sources 27 Jan 2009 21:44:27 -0000 1.2
@@ -0,0 +1 @@
+381bb174f528092c15411d97b14436d2 blcr-0.8.0.tar.gz
15 years, 10 months
rpms/blcr-kmod/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/blcr-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsCz5407/rpms/blcr-kmod/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module blcr-kmod
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: blcr-kmod
# $Id: Makefile,v 1.1 2009/01/27 18:16:04 thl Exp $
NAME := blcr-kmod
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
15 years, 10 months
rpms/blcr-kmod Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/blcr-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsCz5407/rpms/blcr-kmod
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module blcr-kmod
--- NEW FILE Makefile ---
# Top level Makefile for module blcr-kmod
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
15 years, 10 months
rpms/blcr-kmod/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/blcr-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsCz5407/rpms/blcr-kmod/devel
Log Message:
Directory /cvs/free/rpms/blcr-kmod/devel added to the repository
15 years, 10 months
rpms/blcr-kmod - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/blcr-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsCz5407/rpms/blcr-kmod
Log Message:
Directory /cvs/free/rpms/blcr-kmod added to the repository
15 years, 10 months
rpms/blcr/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/blcr/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsrz5127/rpms/blcr/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module blcr
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: blcr
# $Id: Makefile,v 1.1 2009/01/27 18:14:50 thl Exp $
NAME := blcr
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
15 years, 10 months