rpms/dmenu/F-12 dmenu-4.0-makefile.patch, NONE, 1.1 dmenu.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Simon Wesp cassmodiah at fedoraproject.org
Wed Dec 23 20:13:54 UTC 2009


Author: cassmodiah

Update of /cvs/pkgs/rpms/dmenu/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18718/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	dmenu-4.0-makefile.patch dmenu.spec import.log 
Log Message:
initial import


dmenu-4.0-makefile.patch:
 config.mk |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- NEW FILE dmenu-4.0-makefile.patch ---
--- dmenu-4.0/config.mk	2009-04-18 13:50:04.000000000 +0200
+++ dmenu-4.0/config.mk.new	2009-04-19 21:50:29.000000000 +0200
@@ -20,8 +20,9 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 
 
 # flags
 CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
+OPTFLAGS = -Os
+CFLAGS = -std=c99 -pedantic -Wall ${OPTFLAGS} ${INCS} ${CPPFLAGS}
+LDFLAGS = ${LIBS}
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"


--- NEW FILE dmenu.spec ---
Name:           dmenu
Version:        4.0
Release:        2%{?dist}
Summary:        Generic menu for X

Group:          User Interface/Desktops
License:        MIT
URL:            http://www.suckless.org/programs/dmenu.html
Source0:        http://code.suckless.org/dl/tools/%{name}-%{version}.tar.gz
Patch0:         dmenu-4.0-makefile.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libX11-devel
BuildRequires:  libXinerama-devel
Requires:       terminus-fonts


%description
Dynamic menu is a generic menu for X, originally designed for dwm. It manages
huge amounts (up to 10.000 and more) of user defined menu items efficiently.


%prep
%setup -q
%patch0 -p1 -b .makefile
sed -i -e 's|\t@|\t|' Makefile


%build
make \
    X11INC=%{_includedir} \
    X11LIB=%{_libdir} \
    OPTFLAGS="%{optflags}"


%install
rm -rf %{buildroot}
make install \
     DESTDIR=%{buildroot} \
     PREFIX=%{_prefix} \
     MANPREFIX=%{_mandir}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc LICENSE README
%{_bindir}/%{name}*
%{_mandir}/man*/%{name}.*


%changelog
* Sat Dec 12 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 4.0-2
- merged with the spec-file of Jan Blazek

* Thu Oct 15 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 4.0-1
- Initial Package Build


--- NEW FILE import.log ---
dmenu-4_0-2_fc12:F-12:dmenu-4.0-2.fc12.src.rpm:1261599152


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dmenu/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Dec 2009 19:47:07 -0000	1.1
+++ .cvsignore	23 Dec 2009 20:13:54 -0000	1.2
@@ -0,0 +1 @@
+dmenu-4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dmenu/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Dec 2009 19:47:07 -0000	1.1
+++ sources	23 Dec 2009 20:13:54 -0000	1.2
@@ -0,0 +1 @@
+66e761a653930cc8a21614ba9fedf903  dmenu-4.0.tar.gz




More information about the fedora-extras-commits mailing list