rpms/openafs/F-15 openafs.spec,1.8,1.9
by Jack Neely
Author: jjneely
Update of /cvs/free/rpms/openafs/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9215
Modified Files:
openafs.spec
Log Message:
* Tue Jun 07 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.1.pre4
- rpmFusion Bug # 1782
- rename the kpasswd binary to kapasswd to match its man page
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-15/openafs.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openafs.spec 14 Apr 2011 14:57:47 -0000 1.8
+++ openafs.spec 7 Jun 2011 19:19:41 -0000 1.9
@@ -15,7 +15,7 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.0
-Release: 0.%{pre}%{?dist}
+Release: 0.1.%{pre}%{?dist}
License: IBM
Group: System Environment/Daemons
URL: http://www.openafs.org
@@ -147,8 +147,8 @@
# Include the vlclient binary
install -m 755 src/vlserver/vlclient ${RPM_BUILD_ROOT}/usr/sbin/vlclient
-# Include kpasswd as kpasswd.kas so I can change my admin tokens
-mv ${RPM_BUILD_ROOT}/usr/bin/kpasswd ${RPM_BUILD_ROOT}/usr/bin/kpasswd.kas
+# Include kpasswd as kapasswd so I can change my admin tokens
+mv ${RPM_BUILD_ROOT}/usr/bin/kpasswd ${RPM_BUILD_ROOT}/usr/bin/kapasswd
# Put the PAM modules in a sane place
mkdir -p ${RPM_BUILD_ROOT}/%{_lib}/security
@@ -220,7 +220,7 @@
%{_bindir}/klog.krb
%{_bindir}/klog.krb5
%{_bindir}/knfs
-%{_bindir}/kpasswd.kas
+%{_bindir}/kapasswd
%{_bindir}/kpwvalid
%{_bindir}/livesys
%{_bindir}/pts
@@ -304,7 +304,11 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
-* Thu Apr 14 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.pre3
+* Tue Jun 07 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.1.pre4
+- rpmFusion Bug # 1782
+- rename the kpasswd binary to kapasswd to match its man page
+
+* Thu Apr 14 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.0-0.pre4
- Update to OpenAFS 1.6.0 pre-release 4
* Mon Mar 07 2011 Jack Neely <jjneely(a)ncsu.edu> 0:1.4.14-3
13 years, 5 months
rpms/imagination/F-14 imagination-3.0-configure.in.patch, NONE, 1.1 imagination-3.0-docfix.patch, NONE, 1.1 imagination-3.0-icon_fix.patch, NONE, 1.1 imagination-3.0-plugins.patch, NONE, 1.1 imagination.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/imagination/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25002/F-14
Modified Files:
.cvsignore sources
Added Files:
imagination-3.0-configure.in.patch
imagination-3.0-docfix.patch imagination-3.0-icon_fix.patch
imagination-3.0-plugins.patch imagination.spec
Log Message:
Initial Import (BZ#1702)
imagination-3.0-configure.in.patch:
configure.in | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE imagination-3.0-configure.in.patch ---
--- trunk/configure.in 2011/03/06 20:23:41 598
+++ trunk/configure.in 2011/04/23 06:57:35 599
@@ -19,6 +19,8 @@
AC_PROG_LN_S
AC_PROG_INTLTOOL
+AC_SEARCH_LIBS([sqrtf], [m], [], [AC_MSG_ERROR([Unable to find math library])])
+
# for plugins
AC_DISABLE_STATIC
AM_PROG_LIBTOOL
imagination-3.0-docfix.patch:
main-window.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE imagination-3.0-docfix.patch ---
--- src/main-window.c.orig 2011-04-16 16:34:10.826673407 -0500
+++ src/main-window.c 2011-04-16 16:35:18.218400982 -0500
@@ -2127,7 +2127,7 @@
gchar *lang = NULL;
lang = g_strndup(g_getenv("LANG"),2);
- file = g_strconcat("file://",DATADIR,"/doc/",PACKAGE,"/html/",lang,"/index.html",NULL);
+ file = g_strconcat("file://",DATADIR,"/doc/",PACKAGE,"-",PACKAGE_VERSION,"/html/",lang,"/index.html",NULL);
g_free(lang);
img_message (img, FALSE, "%s\n", file);
@@ -2135,7 +2135,7 @@
if ( !gtk_show_uri(NULL,file, GDK_CURRENT_TIME, NULL))
{
g_free( file );
- file = g_strconcat("file://",DATADIR,"/doc/",PACKAGE,"/html/en/index.html",NULL);
+ file = g_strconcat("file://",DATADIR,"/doc/",PACKAGE,"-",PACKAGE_VERSION,"/html/en/index.html",NULL);
gtk_show_uri(NULL,file, GDK_CURRENT_TIME, NULL);
}
g_free(file);
imagination-3.0-icon_fix.patch:
main-window.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- NEW FILE imagination-3.0-icon_fix.patch ---
diff -Naur imagination-3.0.orig/src/main-window.c imagination-3.0/src/main-window.c
--- imagination-3.0.orig/src/main-window.c 2011-04-18 13:08:21.379948445 -0500
+++ imagination-3.0/src/main-window.c 2011-04-18 16:24:03.886827476 -0500
@@ -262,7 +262,7 @@
gtk_widget_add_accelerator (import_menu,"activate",img_struct->accel_group,GDK_i,GDK_CONTROL_MASK,GTK_ACCEL_VISIBLE);
g_signal_connect (G_OBJECT (import_menu),"activate",G_CALLBACK (img_add_slides_thumbnails),img_struct);
- pixbuf = gtk_icon_theme_load_icon(icon_theme,"image", 18, 0, NULL);
+ pixbuf = gtk_icon_theme_load_icon(icon_theme,"image-x-generic", 18, 0, NULL);
image_menu = gtk_image_new_from_pixbuf(pixbuf);
g_object_unref(pixbuf);
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (import_menu),image_menu);
@@ -272,7 +272,7 @@
gtk_widget_add_accelerator (import_audio_menu,"activate",img_struct->accel_group,GDK_m,GDK_CONTROL_MASK,GTK_ACCEL_VISIBLE);
g_signal_connect (G_OBJECT (import_audio_menu),"activate",G_CALLBACK (img_select_audio_files_to_add),img_struct);
- pixbuf = gtk_icon_theme_load_icon(icon_theme,"sound", 18, 0, NULL);
+ pixbuf = gtk_icon_theme_load_icon(icon_theme,"audio-x-generic", 18, 0, NULL);
image_menu = gtk_image_new_from_pixbuf(pixbuf);
g_object_unref(pixbuf);
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (import_audio_menu),image_menu);
@@ -526,7 +526,7 @@
gtk_widget_show (separatortoolitem);
gtk_container_add (GTK_CONTAINER (toolbar),separatortoolitem);
- pixbuf = gtk_icon_theme_load_icon(icon_theme,"image", 20, 0, NULL);
+ pixbuf = gtk_icon_theme_load_icon(icon_theme,"image-x-generic", 20, 0, NULL);
tmp_image = gtk_image_new_from_pixbuf(pixbuf);
g_object_unref(pixbuf);
@@ -535,7 +535,7 @@
gtk_widget_set_tooltip_text(import_button, _("Import pictures"));
g_signal_connect ((gpointer)import_button, "clicked", G_CALLBACK (img_add_slides_thumbnails),img_struct);
- pixbuf = gtk_icon_theme_load_icon(icon_theme,"sound", 20, 0, NULL);
+ pixbuf = gtk_icon_theme_load_icon(icon_theme,"audio-x-generic", 20, 0, NULL);
tmp_image = gtk_image_new_from_pixbuf(pixbuf);
g_object_unref(pixbuf);
imagination-3.0-plugins.patch:
support.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE imagination-3.0-plugins.patch ---
--- src/support.h.orig 2011-04-14 10:15:43.664518243 -0500
+++ src/support.h 2011-04-14 10:15:54.424101238 -0500
@@ -20,7 +20,7 @@
#ifndef __IMAGINATION_SUPPORT_H
#define __IMAGINATION_SUPPORT_H
-#define PLUGINS_INSTALLED 0
+#define PLUGINS_INSTALLED 1
#ifdef HAVE_CONFIG_H
# include <config.h>
--- NEW FILE imagination.spec ---
Name: imagination
Version: 3.0
Release: 6%{?dist}
Summary: A lightweight and simple GTK based DVD slide show creator
Group: Applications/Multimedia
License: GPLv2
URL: http://imagination.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/imagination/imagination/%{versio...
Patch0: imagination-3.0-plugins.patch
Patch1: imagination-3.0-docfix.patch
# Fix icon references to not require gnome-icon-theme-legacy
Patch2: imagination-3.0-icon_fix.patch
# Fixed in upstream trunk
# http://imagination.svn.sourceforge.net/viewvc/imagination/trunk/configure...
Patch3: imagination-3.0-configure.in.patch
BuildRequires: gtk2-devel
BuildRequires: sox-devel
BuildRequires: ffmpeg-devel
BuildRequires: libxslt docbook-style-xsl
BuildRequires: intltool
BuildRequires: hicolor-icon-theme
BuildRequires: desktop-file-utils
BuildRequires: libtool
Requires: ffmpeg
Requires: hicolor-icon-theme
Requires: gnome-icon-theme
%description
Imagination is a lightweight and simple DVD slide show maker written in C
language and built with the GTK+2 toolkit.
%prep
%setup -q
%patch0 -b .plugins
%patch1 -b .docfix
%patch2 -p1 -b .iconfix
%patch3 -p1 -b .conffix
%build
# Necessary due to patched configure.in
/bin/bash ./autogen.sh
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# Move documentation so it will go in the right directory
rm -rf $(pwd)/_tmpdoc && mkdir $(pwd)/_tmpdoc
mv -f %{buildroot}%{_docdir}/%{name}/html $(pwd)/_tmpdoc/
# Remove unnecessary library files
rm %{buildroot}%{_libdir}/%{name}/*.la
%find_lang %{name}
desktop-file-validate %{buildroot}/%{_datadir}/applications/imagination.desktop
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README _tmpdoc/*
%{_bindir}/imagination
%{_datadir}/applications/*
%{_datadir}/icons/*
%{_datadir}/%{name}
%{_libdir}/%{name}
%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Sun May 1 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-6
- Fixed minor issues with spec file for packaging compliance.
* Sat Apr 23 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-5
- Added upstream patch to fix building for Fedora 13
* Mon Apr 18 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-4
- Patched to use new icon names instead of requiring a legacy package.
* Mon Apr 18 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-3
- Fixed missing icons thanks to https://bugzilla.rpmfusion.org/show_bug.cgi?id=1617#c3
* Sat Apr 16 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-2
- Updated spec file to correct documentation location.
* Thu Apr 14 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-1
- Build for initial release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/imagination/F-14/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 May 2011 09:19:58 -0000 1.1
+++ .cvsignore 7 Jun 2011 16:11:55 -0000 1.2
@@ -0,0 +1 @@
+imagination-3.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/imagination/F-14/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 May 2011 09:19:58 -0000 1.1
+++ sources 7 Jun 2011 16:11:55 -0000 1.2
@@ -0,0 +1 @@
+ec7e6cf234020801a2af0fa04cfefef1 imagination-3.0.tar.gz
13 years, 5 months
rpms/imagination/devel imagination-3.0-configure.in.patch, NONE, 1.1 imagination-3.0-docfix.patch, NONE, 1.1 imagination-3.0-icon_fix.patch, NONE, 1.1 imagination-3.0-plugins.patch, NONE, 1.1 imagination.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/imagination/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24420/devel
Modified Files:
.cvsignore sources
Added Files:
imagination-3.0-configure.in.patch
imagination-3.0-docfix.patch imagination-3.0-icon_fix.patch
imagination-3.0-plugins.patch imagination.spec
Log Message:
Initial Import (BZ#1702)
imagination-3.0-configure.in.patch:
configure.in | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE imagination-3.0-configure.in.patch ---
--- trunk/configure.in 2011/03/06 20:23:41 598
+++ trunk/configure.in 2011/04/23 06:57:35 599
@@ -19,6 +19,8 @@
AC_PROG_LN_S
AC_PROG_INTLTOOL
+AC_SEARCH_LIBS([sqrtf], [m], [], [AC_MSG_ERROR([Unable to find math library])])
+
# for plugins
AC_DISABLE_STATIC
AM_PROG_LIBTOOL
imagination-3.0-docfix.patch:
main-window.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE imagination-3.0-docfix.patch ---
--- src/main-window.c.orig 2011-04-16 16:34:10.826673407 -0500
+++ src/main-window.c 2011-04-16 16:35:18.218400982 -0500
@@ -2127,7 +2127,7 @@
gchar *lang = NULL;
lang = g_strndup(g_getenv("LANG"),2);
- file = g_strconcat("file://",DATADIR,"/doc/",PACKAGE,"/html/",lang,"/index.html",NULL);
+ file = g_strconcat("file://",DATADIR,"/doc/",PACKAGE,"-",PACKAGE_VERSION,"/html/",lang,"/index.html",NULL);
g_free(lang);
img_message (img, FALSE, "%s\n", file);
@@ -2135,7 +2135,7 @@
if ( !gtk_show_uri(NULL,file, GDK_CURRENT_TIME, NULL))
{
g_free( file );
- file = g_strconcat("file://",DATADIR,"/doc/",PACKAGE,"/html/en/index.html",NULL);
+ file = g_strconcat("file://",DATADIR,"/doc/",PACKAGE,"-",PACKAGE_VERSION,"/html/en/index.html",NULL);
gtk_show_uri(NULL,file, GDK_CURRENT_TIME, NULL);
}
g_free(file);
imagination-3.0-icon_fix.patch:
main-window.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- NEW FILE imagination-3.0-icon_fix.patch ---
diff -Naur imagination-3.0.orig/src/main-window.c imagination-3.0/src/main-window.c
--- imagination-3.0.orig/src/main-window.c 2011-04-18 13:08:21.379948445 -0500
+++ imagination-3.0/src/main-window.c 2011-04-18 16:24:03.886827476 -0500
@@ -262,7 +262,7 @@
gtk_widget_add_accelerator (import_menu,"activate",img_struct->accel_group,GDK_i,GDK_CONTROL_MASK,GTK_ACCEL_VISIBLE);
g_signal_connect (G_OBJECT (import_menu),"activate",G_CALLBACK (img_add_slides_thumbnails),img_struct);
- pixbuf = gtk_icon_theme_load_icon(icon_theme,"image", 18, 0, NULL);
+ pixbuf = gtk_icon_theme_load_icon(icon_theme,"image-x-generic", 18, 0, NULL);
image_menu = gtk_image_new_from_pixbuf(pixbuf);
g_object_unref(pixbuf);
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (import_menu),image_menu);
@@ -272,7 +272,7 @@
gtk_widget_add_accelerator (import_audio_menu,"activate",img_struct->accel_group,GDK_m,GDK_CONTROL_MASK,GTK_ACCEL_VISIBLE);
g_signal_connect (G_OBJECT (import_audio_menu),"activate",G_CALLBACK (img_select_audio_files_to_add),img_struct);
- pixbuf = gtk_icon_theme_load_icon(icon_theme,"sound", 18, 0, NULL);
+ pixbuf = gtk_icon_theme_load_icon(icon_theme,"audio-x-generic", 18, 0, NULL);
image_menu = gtk_image_new_from_pixbuf(pixbuf);
g_object_unref(pixbuf);
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (import_audio_menu),image_menu);
@@ -526,7 +526,7 @@
gtk_widget_show (separatortoolitem);
gtk_container_add (GTK_CONTAINER (toolbar),separatortoolitem);
- pixbuf = gtk_icon_theme_load_icon(icon_theme,"image", 20, 0, NULL);
+ pixbuf = gtk_icon_theme_load_icon(icon_theme,"image-x-generic", 20, 0, NULL);
tmp_image = gtk_image_new_from_pixbuf(pixbuf);
g_object_unref(pixbuf);
@@ -535,7 +535,7 @@
gtk_widget_set_tooltip_text(import_button, _("Import pictures"));
g_signal_connect ((gpointer)import_button, "clicked", G_CALLBACK (img_add_slides_thumbnails),img_struct);
- pixbuf = gtk_icon_theme_load_icon(icon_theme,"sound", 20, 0, NULL);
+ pixbuf = gtk_icon_theme_load_icon(icon_theme,"audio-x-generic", 20, 0, NULL);
tmp_image = gtk_image_new_from_pixbuf(pixbuf);
g_object_unref(pixbuf);
imagination-3.0-plugins.patch:
support.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE imagination-3.0-plugins.patch ---
--- src/support.h.orig 2011-04-14 10:15:43.664518243 -0500
+++ src/support.h 2011-04-14 10:15:54.424101238 -0500
@@ -20,7 +20,7 @@
#ifndef __IMAGINATION_SUPPORT_H
#define __IMAGINATION_SUPPORT_H
-#define PLUGINS_INSTALLED 0
+#define PLUGINS_INSTALLED 1
#ifdef HAVE_CONFIG_H
# include <config.h>
--- NEW FILE imagination.spec ---
Name: imagination
Version: 3.0
Release: 6%{?dist}
Summary: A lightweight and simple GTK based DVD slide show creator
Group: Applications/Multimedia
License: GPLv2
URL: http://imagination.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/imagination/imagination/%{versio...
Patch0: imagination-3.0-plugins.patch
Patch1: imagination-3.0-docfix.patch
# Fix icon references to not require gnome-icon-theme-legacy
Patch2: imagination-3.0-icon_fix.patch
# Fixed in upstream trunk
# http://imagination.svn.sourceforge.net/viewvc/imagination/trunk/configure...
Patch3: imagination-3.0-configure.in.patch
BuildRequires: gtk2-devel
BuildRequires: sox-devel
BuildRequires: ffmpeg-devel
BuildRequires: libxslt docbook-style-xsl
BuildRequires: intltool
BuildRequires: hicolor-icon-theme
BuildRequires: desktop-file-utils
BuildRequires: libtool
Requires: ffmpeg
Requires: hicolor-icon-theme
Requires: gnome-icon-theme
%description
Imagination is a lightweight and simple DVD slide show maker written in C
language and built with the GTK+2 toolkit.
%prep
%setup -q
%patch0 -b .plugins
%patch1 -b .docfix
%patch2 -p1 -b .iconfix
%patch3 -p1 -b .conffix
%build
# Necessary due to patched configure.in
/bin/bash ./autogen.sh
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# Move documentation so it will go in the right directory
rm -rf $(pwd)/_tmpdoc && mkdir $(pwd)/_tmpdoc
mv -f %{buildroot}%{_docdir}/%{name}/html $(pwd)/_tmpdoc/
# Remove unnecessary library files
rm %{buildroot}%{_libdir}/%{name}/*.la
%find_lang %{name}
desktop-file-validate %{buildroot}/%{_datadir}/applications/imagination.desktop
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README _tmpdoc/*
%{_bindir}/imagination
%{_datadir}/applications/*
%{_datadir}/icons/*
%{_datadir}/%{name}
%{_libdir}/%{name}
%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Sun May 1 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-6
- Fixed minor issues with spec file for packaging compliance.
* Sat Apr 23 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-5
- Added upstream patch to fix building for Fedora 13
* Mon Apr 18 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-4
- Patched to use new icon names instead of requiring a legacy package.
* Mon Apr 18 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-3
- Fixed missing icons thanks to https://bugzilla.rpmfusion.org/show_bug.cgi?id=1617#c3
* Sat Apr 16 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-2
- Updated spec file to correct documentation location.
* Thu Apr 14 2011 Richard Shaw <hobbes1069(a)gmail.com> - 3.0-1
- Build for initial release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/imagination/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 May 2011 09:19:58 -0000 1.1
+++ .cvsignore 7 Jun 2011 16:10:21 -0000 1.2
@@ -0,0 +1 @@
+imagination-3.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/imagination/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 May 2011 09:19:58 -0000 1.1
+++ sources 7 Jun 2011 16:10:21 -0000 1.2
@@ -0,0 +1 @@
+ec7e6cf234020801a2af0fa04cfefef1 imagination-3.0.tar.gz
13 years, 5 months
rpms/unrar/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/unrar/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsv22095/rpms/unrar/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module unrar
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: unrar
# $Id: Makefile,v 1.1 2011/06/07 15:46:08 kwizart Exp $
NAME := unrar
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 ---
13 years, 5 months
rpms/unrar Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/unrar
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsv22095/rpms/unrar
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module unrar
--- NEW FILE Makefile ---
# Top level Makefile for module unrar
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 ---
13 years, 5 months
rpms/unrar/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/unrar/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsv22095/rpms/unrar/devel
Log Message:
Directory /cvs/free/rpms/unrar/devel added to the repository
13 years, 5 months
rpms/unrar - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/unrar
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsv22095/rpms/unrar
Log Message:
Directory /cvs/free/rpms/unrar added to the repository
13 years, 5 months
rpms/vo-amrwbenc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vo-amrwbenc/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsm21528/rpms/vo-amrwbenc/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module vo-amrwbenc
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: vo-amrwbenc
# $Id: Makefile,v 1.1 2011/06/07 15:43:16 kwizart Exp $
NAME := vo-amrwbenc
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 ---
13 years, 5 months
rpms/vo-amrwbenc Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vo-amrwbenc
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsm21528/rpms/vo-amrwbenc
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module vo-amrwbenc
--- NEW FILE Makefile ---
# Top level Makefile for module vo-amrwbenc
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 ---
13 years, 5 months
rpms/vo-amrwbenc - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vo-amrwbenc
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsm21528/rpms/vo-amrwbenc
Log Message:
Directory /cvs/free/rpms/vo-amrwbenc added to the repository
13 years, 5 months