public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jon Ciesla <limb@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/vym] epel10: Corrected build, lang.
Date: Mon, 20 Jul 2026 18:58:50 GMT [thread overview]
Message-ID: <178457393042.1.11810319673544904738.rpms-vym-d3a28d6bcefa@fedoraproject.org> (raw)
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.
reply other threads:[~2026-07-20 18:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178457393042.1.11810319673544904738.rpms-vym-d3a28d6bcefa@fedoraproject.org \
--to=limb@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox