public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vym] epel10: Corrected build, lang.
@ 2026-07-20 18:58 Jon Ciesla
  0 siblings, 0 replies; only message in thread
From: Jon Ciesla @ 2026-07-20 18:58 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/vym
Branch : epel10
Commit : d3a28d6bcefa650d5cdcbeba3a008954fe93e13b
Author : Jon Ciesla <limb@fedoraproject.org>
Date   : 2007-10-25T12:12:28+00:00
Stats  : +4/-8 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/vym/c/d3a28d6bcefa650d5cdcbeba3a008954fe93e13b?branch=epel10

Log:
Corrected build, lang.

---
diff --git a/vym.spec b/vym.spec
index 2e59a23..a46fbbc 100644
--- a/vym.spec
+++ b/vym.spec
@@ -30,14 +30,14 @@ to organize tasks, to get an overview over complex contexts.
 
 %build
 
-qmake-qt4 INSTALLDIR=%{buildroot}%{_prefix}
+qmake-qt4 DOCDIR="%{_docdir}/%{name}-%{version}" PREFIX=%{_prefix}
 
 %{__make} %{?_smp_mflags}
 
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot} COPY="%{__cp} -p -f"
+%{__make} install INSTALL_ROOT=%{buildroot} COPY="%{__cp} -p -f"
 
 %{__mkdir} -p %{buildroot}%{_datadir}/applications/
 
@@ -57,10 +57,6 @@ desktop-file-install --vendor fedora               \
 %{__cp} -p icons/%{name}-editor.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}-editor.png
 
 
-## File lists
-# locales
-%find_lang %{name} || touch %{name}.lang
-
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -77,7 +73,7 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 fi
 
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.txt INSTALL.txt demos/* doc/*
 %{_bindir}/%{name}
@@ -86,12 +82,12 @@ fi
 %{_datadir}/icons/hicolor/16x16/apps/%{name}*
 %{_datadir}/icons/hicolor/48x48/apps/%{name}*
 %{_datadir}/icons/hicolor/128x128/apps/%{name}.png
-%exclude %{_datadir}/doc/packages/
 
 %changelog
 * Thu Oct 18 2007 Jon Ciesla <limb@jcomserv.net> - 1.10.0-1
 - Upgrade to 1.10.0.
 - Applied several patches from Till Maas, which he sent upstream.
+- Dropped findlang, as it doesn't work with Vym.
 
 * Thu Aug 16 2007 Jon Ciesla <limb@jcomserv.net> - 1.8.1-9
 - License tag correction.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 18:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:58 [rpms/vym] epel10: Corrected build, lang Jon Ciesla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox