rpms/lxappearance/devel lxappearance.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by fedora-extras-commits@redhat.com
Author: cwickert
Update of /cvs/pkgs/rpms/lxappearance/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20082/devel
Modified Files:
.cvsignore sources
Added Files:
lxappearance.spec
Log Message:
Initial import of lxappearance. Review is at
https://bugzilla.redhat.com/show_bug.cgi?id=442269
--- NEW FILE lxappearance.spec ---
Name: lxappearance
Version: 0.2
Release: 1%{?dist}
Summary: Feature-rich GTK+ theme switcher for LXDE
Group: User Interface/Desktops
License: GPLv2+
URL: http://lxde.sourceforge.net/
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel > 2.6, gettext, desktop-file-utils
%description
LXAppearance is a new GTK+ theme switcher developed for LXDE, the Lightweight
X11 Desktop Environment. It is able to change GTK+ themes, icon themes, and
fonts used by applications. All changes done by the users can be seen
immediately in the preview area. After clicking the "Apply" button, the
settings will be written to gtkrc, and all running programs will be asked to
reload their themes.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor="fedora" \
--delete-original \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%attr(755,root,root) %{_datadir}/%{name}/install-icon-theme.sh
%{_datadir}/applications/fedora-%{name}.desktop
%{_mandir}/man1/%{name}*.1.gz
%changelog
* Sun Apr 20 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
- Update to 0.2
- Remove install-patch, applied upstream
* Sat Apr 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
- Initial Fedora RPM
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxappearance/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Apr 2008 17:26:17 -0000 1.1
+++ .cvsignore 30 Apr 2008 23:58:33 -0000 1.2
@@ -0,0 +1 @@
+lxappearance-0.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxappearance/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Apr 2008 17:26:17 -0000 1.1
+++ sources 30 Apr 2008 23:58:33 -0000 1.2
@@ -0,0 +1 @@
+28e436c13ab09af54ffc6b415407ca37 lxappearance-0.2.tar.gz
15 years, 7 months
rpms/cwiid/F-8 cwiid.spec,1.1,1.2
by fedora-extras-commits@redhat.com
Author: bogado
Update of /cvs/extras/rpms/cwiid/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19110/F-8
Modified Files:
cwiid.spec
Log Message:
Importing release 7 to F-8 branch
Index: cwiid.spec
===================================================================
RCS file: /cvs/extras/rpms/cwiid/F-8/cwiid.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwiid.spec 28 Apr 2008 23:57:44 -0000 1.1
+++ cwiid.spec 30 Apr 2008 23:20:06 -0000 1.2
@@ -2,7 +2,7 @@
Name: cwiid
Version: 0.6.00
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Wiimote interface library
Group: System Environment/Libraries
@@ -35,13 +35,15 @@
%description python2
Python2 binding for %{name}
-%package wmgui
+%package utils
Summary: Wiimote connection test application
Group: Applications/System
Requires: %{name} = %{version}-%{release}
+Provides: %{name}-wmgui = %{version}-%{release}
+Obsoletes: %{name}-wmgui < 0.6.00-7
-%description wmgui
-Gtk application to test the wiimote connection
+%description utils
+Applications to test the wiimote connection
%package wminput
Summary: Enables using the wiimote as an input source
@@ -84,9 +86,7 @@
%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS README COPYING ChangeLog
-%{_bindir}/lswm
%{_libdir}/*.so.*
-%{_libdir}/cwiid
%files devel
%defattr(0644,root,root,-)
@@ -100,14 +100,19 @@
%config(noreplace) %{_sysconfdir}/cwiid/
%{_bindir}/wminput
%{_mandir}/man1/wminput*
+%{_libdir}/cwiid
%{_defaultdocdir}/cwiid
-%files wmgui
+%files utils
+%{_bindir}/lswm
%{_bindir}/wmgui
%{_mandir}/man1/wmgui*
%{_datadir}/applications/fedora-wmgui.desktop
%changelog
+* Thu May 1 2008 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> 0.6.00-7
+- Rename -wmgui to -tools and repackage.
+
* Fri Apr 25 2008 Victor Bogado <victor(a)bogado.net> 0.6.00-6
- Fix mode for configuration files.
15 years, 7 months
rpms/cwiid/F-9 cwiid.spec,1.1,1.2
by fedora-extras-commits@redhat.com
Author: bogado
Update of /cvs/extras/rpms/cwiid/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18980/F-9
Modified Files:
cwiid.spec
Log Message:
Importing release 7 to Fedora 9 branch.
Index: cwiid.spec
===================================================================
RCS file: /cvs/extras/rpms/cwiid/F-9/cwiid.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwiid.spec 29 Apr 2008 00:15:27 -0000 1.1
+++ cwiid.spec 30 Apr 2008 23:18:08 -0000 1.2
@@ -2,7 +2,7 @@
Name: cwiid
Version: 0.6.00
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Wiimote interface library
Group: System Environment/Libraries
@@ -35,13 +35,15 @@
%description python2
Python2 binding for %{name}
-%package wmgui
+%package utils
Summary: Wiimote connection test application
Group: Applications/System
Requires: %{name} = %{version}-%{release}
+Provides: %{name}-wmgui = %{version}-%{release}
+Obsoletes: %{name}-wmgui < 0.6.00-7
-%description wmgui
-Gtk application to test the wiimote connection
+%description utils
+Applications to test the wiimote connection
%package wminput
Summary: Enables using the wiimote as an input source
@@ -84,9 +86,7 @@
%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS README COPYING ChangeLog
-%{_bindir}/lswm
%{_libdir}/*.so.*
-%{_libdir}/cwiid
%files devel
%defattr(0644,root,root,-)
@@ -100,14 +100,19 @@
%config(noreplace) %{_sysconfdir}/cwiid/
%{_bindir}/wminput
%{_mandir}/man1/wminput*
+%{_libdir}/cwiid
%{_defaultdocdir}/cwiid
-%files wmgui
+%files utils
+%{_bindir}/lswm
%{_bindir}/wmgui
%{_mandir}/man1/wmgui*
%{_datadir}/applications/fedora-wmgui.desktop
%changelog
+* Thu May 1 2008 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> 0.6.00-7
+- Rename -wmgui to -tools and repackage.
+
* Fri Apr 25 2008 Victor Bogado <victor(a)bogado.net> 0.6.00-6
- Fix mode for configuration files.
15 years, 7 months
rpms/cwiid/devel cwiid.spec,1.1,1.2
by fedora-extras-commits@redhat.com
Author: bogado
Update of /cvs/extras/rpms/cwiid/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18628/devel
Modified Files:
cwiid.spec
Log Message:
updating the rpm to release 7
This among other things fixes some files that were packaged in the wrong
file and also simplifies the name space under the cwiid as agreed on
discussion on the bug #441072
Index: cwiid.spec
===================================================================
RCS file: /cvs/extras/rpms/cwiid/devel/cwiid.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwiid.spec 28 Apr 2008 23:40:30 -0000 1.1
+++ cwiid.spec 30 Apr 2008 23:14:12 -0000 1.2
@@ -2,7 +2,7 @@
Name: cwiid
Version: 0.6.00
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Wiimote interface library
Group: System Environment/Libraries
@@ -35,13 +35,15 @@
%description python2
Python2 binding for %{name}
-%package wmgui
+%package utils
Summary: Wiimote connection test application
Group: Applications/System
Requires: %{name} = %{version}-%{release}
+Provides: %{name}-wmgui = %{version}-%{release}
+Obsoletes: %{name}-wmgui < 0.6.00-7
-%description wmgui
-Gtk application to test the wiimote connection
+%description utils
+Applications to test the wiimote connection
%package wminput
Summary: Enables using the wiimote as an input source
@@ -84,9 +86,7 @@
%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS README COPYING ChangeLog
-%{_bindir}/lswm
%{_libdir}/*.so.*
-%{_libdir}/cwiid
%files devel
%defattr(0644,root,root,-)
@@ -100,14 +100,19 @@
%config(noreplace) %{_sysconfdir}/cwiid/
%{_bindir}/wminput
%{_mandir}/man1/wminput*
+%{_libdir}/cwiid
%{_defaultdocdir}/cwiid
-%files wmgui
+%files utils
+%{_bindir}/lswm
%{_bindir}/wmgui
%{_mandir}/man1/wmgui*
%{_datadir}/applications/fedora-wmgui.desktop
%changelog
+* Thu May 1 2008 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> 0.6.00-7
+- Rename -wmgui to -tools and repackage.
+
* Fri Apr 25 2008 Victor Bogado <victor(a)bogado.net> 0.6.00-6
- Fix mode for configuration files.
15 years, 7 months
rpms/gfs-theokritos-fonts/devel gfs-theokritos-fonts.spec,1.3,1.4
by fedora-extras-commits@redhat.com
Author: nim
Update of /cvs/extras/rpms/gfs-theokritos-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11452/devel
Modified Files:
gfs-theokritos-fonts.spec
Log Message:
⥁ Yet another prep fix®
Index: gfs-theokritos-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/gfs-theokritos-fonts/devel/gfs-theokritos-fonts.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gfs-theokritos-fonts.spec 17 Mar 2008 21:31:48 -0000 1.3
+++ gfs-theokritos-fonts.spec 30 Apr 2008 22:45:48 -0000 1.4
@@ -5,7 +5,7 @@
Name: %{fontname}-fonts
Version: 20070415
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: GFS Theokritos decorative font
Group: User Interface/X
@@ -42,6 +42,7 @@
%prep
%setup -q -c -T
unzip -j -L -q %{SOURCE0}
+chmod 0644 *.txt
for txt in *.txt ; do
fold -s $txt > $txt.new
sed -i 's/\r//' $txt.new
@@ -88,6 +89,10 @@
%changelog
+* Wed Apr 30 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
+- 20070415-6
+⥁ Yet another prep fix®
+
* Mon Mar 17 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 20070415-5
⚰ RIP OSX zip metadata. You won't be missed.
15 years, 7 months
rpms/clex/F-9 clex-3.18-configure.patch,NONE,1.1 clex.spec,1.2,1.3
by fedora-extras-commits@redhat.com
Author: kairo
Update of /cvs/pkgs/rpms/clex/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11401/F-9
Modified Files:
clex.spec
Added Files:
clex-3.18-configure.patch
Log Message:
added clex-3.18-configure.patch for fedora (thanks dwmw2)
Update 3.18-2
clex-3.18-configure.patch:
--- NEW FILE clex-3.18-configure.patch ---
--- clex-3.18/configure 2008-04-30 13:37:37.000000000 -0300
+++ clex-3.18/configure-fedora 2008-04-30 13:37:37.000000000 -0300
@@ -3339,11 +3339,11 @@
#ifdef __cplusplus
extern "C"
#endif
-char stdscr ();
+extern char stdscr ();
int
main ()
{
-return stdscr ();
+return stdscr;
;
return 0;
}
Index: clex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clex/F-9/clex.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clex.spec 26 Apr 2008 17:20:19 -0000 1.2
+++ clex.spec 30 Apr 2008 22:45:25 -0000 1.3
@@ -1,12 +1,13 @@
Name: clex
Version: 3.18
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A free file manager with a full-screen user interface
Group: Applications/File
License: GPLv2+
URL: http://www.clex.sk
Source0: http://www.clex.sk/download/%{name}-%{version}.tar.gz
+Patch0: clex-3.18-configure.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ncurses-devel
@@ -26,6 +27,7 @@
%prep
%setup -q
+%patch0 -p1 -b .configure
%build
%configure
@@ -48,6 +50,9 @@
%changelog
+* Sat Apr 28 2008 Kairo Araujo <kairoaraujo(a)gmail.com> - 3.18-2
+- added clex-3.18-configure.patch for fedora (thanks dwmw2)
+
* Sat Apr 26 2008 Kairo Araujo <kairoaraujo(a)gmail.com> - 3.18-1
- Update 3.18
15 years, 7 months
rpms/clex/F-8 clex-3.18-configure.patch,NONE,1.1 clex.spec,1.2,1.3
by fedora-extras-commits@redhat.com
Author: kairo
Update of /cvs/pkgs/rpms/clex/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10876/F-8
Modified Files:
clex.spec
Added Files:
clex-3.18-configure.patch
Log Message:
added clex-3.18-configure.patch for fedora (thanks dwmw2)
Update 3.18-2
clex-3.18-configure.patch:
--- NEW FILE clex-3.18-configure.patch ---
--- clex-3.18/configure 2008-04-30 13:37:37.000000000 -0300
+++ clex-3.18/configure-fedora 2008-04-30 13:37:37.000000000 -0300
@@ -3339,11 +3339,11 @@
#ifdef __cplusplus
extern "C"
#endif
-char stdscr ();
+extern char stdscr ();
int
main ()
{
-return stdscr ();
+return stdscr;
;
return 0;
}
Index: clex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clex/F-8/clex.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clex.spec 26 Apr 2008 17:17:27 -0000 1.2
+++ clex.spec 30 Apr 2008 22:42:16 -0000 1.3
@@ -1,12 +1,13 @@
Name: clex
Version: 3.18
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A free file manager with a full-screen user interface
Group: Applications/File
License: GPLv2+
URL: http://www.clex.sk
Source0: http://www.clex.sk/download/%{name}-%{version}.tar.gz
+Patch0: clex-3.18-configure.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ncurses-devel
@@ -26,6 +27,7 @@
%prep
%setup -q
+%patch0 -p1 -b .configure
%build
%configure
@@ -48,6 +50,9 @@
%changelog
+* Sat Apr 28 2008 Kairo Araujo <kairoaraujo(a)gmail.com> - 3.18-2
+- added clex-3.18-configure.patch for fedora (thanks dwmw2)
+
* Sat Apr 26 2008 Kairo Araujo <kairoaraujo(a)gmail.com> - 3.18-1
- Update 3.18
15 years, 7 months
rpms/perl-Encode-Detect/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by fedora-extras-commits@redhat.com
Author: kevin
Update of /cvs/extras/rpms/perl-Encode-Detect/devel
In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw10819/rpms/perl-Encode-Detect/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module perl-Encode-Detect
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: perl-Encode-Detect
# $Id: Makefile,v 1.1 2008/04/30 22:42:18 kevin Exp $
NAME := perl-Encode-Detect
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, 7 months
rpms/perl-Encode-Detect Makefile,NONE,1.1 import.log,NONE,1.1
by fedora-extras-commits@redhat.com
Author: kevin
Update of /cvs/extras/rpms/perl-Encode-Detect
In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw10819/rpms/perl-Encode-Detect
Added Files:
Makefile import.log
Log Message:
Setup of module perl-Encode-Detect
--- NEW FILE Makefile ---
# Top level Makefile for module perl-Encode-Detect
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 ---
15 years, 7 months
rpms/perl-Encode-Detect/devel - New directory
by fedora-extras-commits@redhat.com
Author: kevin
Update of /cvs/extras/rpms/perl-Encode-Detect/devel
In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw10819/rpms/perl-Encode-Detect/devel
Log Message:
Directory /cvs/extras/rpms/perl-Encode-Detect/devel added to the repository
15 years, 7 months